]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fat: Fix fat_ent_update_ptr() for FAT12
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Thu, 6 Nov 2008 20:53:49 +0000 (12:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Nov 2008 23:41:20 +0000 (15:41 -0800)
commit5e35dd4651002207948f10c576fc7d9bad448815
treecf747b0dcbe5d86ed2d4f2bec4f581bc4b7e8335
parentd3dfa8228f87ab9960ab8b4718013d68e3c25a43
fat: Fix fat_ent_update_ptr() for FAT12

This fixes the missing update for bhs/nr_bhs in case the caller
accessed from block boundary to first block of boundary.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fat/fatent.c