alistair23-linux/fs/ufs
Dan Carpenter 1d5827235d ufs: fix truncated values handling 64 bit metadata
Originally i_lastfrag was 32 bits but then we added support for handling
64 bit metadata and it became a 64 bit variable.  That was during 2007, in
54fb996ac1 "[PATCH] ufs2 write: block allocation update".  Unfortunately
these casts got left behind so the value got truncated to 32 bit again.

[akpm@linux-foundation.org: remove now-unneeded min_t/max_t casting]
Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-05-26 17:12:33 -07:00
..
balloc.c ufs: fix truncated values handling 64 bit metadata 2011-05-26 17:12:33 -07:00
cylinder.c
dir.c
file.c
ialloc.c
inode.c Merge branch 'master' into for-next 2011-04-26 10:22:59 +02:00
Kconfig ufs: remove the BKL 2011-03-02 22:27:48 +01:00
Makefile
namei.c vfs: push dentry_unhash on rename_dir into file systems 2011-05-26 07:26:48 -04:00
super.c Fix common misspellings 2011-03-31 11:26:23 -03:00
swab.h
symlink.c
truncate.c ufs: fix truncated values handling 64 bit metadata 2011-05-26 17:12:33 -07:00
ufs.h ufs: remove the BKL 2011-03-02 22:27:48 +01:00
ufs_fs.h
util.c ufs: remove the BKL 2011-03-02 22:27:48 +01:00
util.h ufs: use little-endian bitops 2011-03-23 19:46:19 -07:00