]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
reiserfs: unpack tails on quota files
authorJan Kara <jack@suse.cz>
Mon, 28 Apr 2008 09:16:23 +0000 (02:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:46 +0000 (08:58 -0700)
commitd5dee5c395062a55236318ac4eec1f4ebb9de6db
tree2481afd9fbdd1df106d71a41cce2b08380f21d44
parenta2fe594fa3732298947377409b5d8111b14f56ec
reiserfs: unpack tails on quota files

Quota files cannot have tails because quota_write and quota_read functions do
not support them.  So far when quota files did have tail, we just refused to
turn quotas on it.  Sadly this check has been wrong and so there are now
plenty installations where quota files don't have NOTAIL flag set and so now
after fixing the check, they suddently fail to turn quotas on.  Since it's
easy to unpack the tail from kernel, do this from reiserfs_quota_on() which
solves the problem and is generally nicer to users anyway.

Signed-off-by: Jan Kara <jack@suse.cz>
Reported-by: <urhausen@urifabi.net>
Cc: Jeff Mahoney <jeffm@suse.com>
Cc: Chris Mason <chris.mason@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/ioctl.c
fs/reiserfs/super.c
include/linux/reiserfs_fs.h