summaryrefslogtreecommitdiff
path: root/fs/fat/misc.c
diff options
context:
space:
mode:
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2008-11-06 20:53:57 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-06 23:41:21 (GMT)
commit9ca59f4c3d28df14a1545a1e2832f34a0a50e3ed (patch)
tree4a9d307e2a3541765cf194f27d873c6d06e5d960 /fs/fat/misc.c
parent2bdf67eb1631f30e2f3f5d49e4007c76e88877a8 (diff)
downloadlinux-9ca59f4c3d28df14a1545a1e2832f34a0a50e3ed.tar.xz
fat: ->i_pos race fix
i_pos is 64bits value, hence it's not atomic to update. Important place is fat_write_inode() only, other places without lock are just for printk(). This adds lock for "BITS_PER_LONG == 32" kernel. 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>
Diffstat (limited to 'fs/fat/misc.c')
0 files changed, 0 insertions, 0 deletions