kernel-hacking-2024-linux-s.../fs/ext2
Dmitry Monakhov 12755627bd quota: unify quota init condition in setattr
Quota must being initialized if size or uid/git changes requested.
But initialization performed in two different places:
in case of i_size file system is responsible for dquot init
, but in case of uid/gid init will be called internally in
dquot_transfer().
This ambiguity makes code harder to understand.
Let's move this logic to one common helper function.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Jan Kara <jack@suse.cz>
2010-05-21 19:30:45 +02:00
..
acl.c
acl.h
balloc.c ext2: Avoid loading bitmaps for full groups during block allocation 2010-05-21 19:30:37 +02:00
dir.c
ext2.h
file.c
ialloc.c ext2: remove useless call to brelse() in ext2_free_inode() 2010-05-21 19:30:37 +02:00
inode.c quota: unify quota init condition in setattr 2010-05-21 19:30:45 +02:00
ioctl.c
Kconfig
Makefile
namei.c
super.c BKL: Remove BKL from ext2 filesystem 2010-05-21 19:30:40 +02:00
symlink.c ext2: symlink must be handled via filesystem specific operation 2010-04-12 21:11:25 +02:00
xattr.c ext2: Add ext2_sb_info s_lock spinlock 2010-05-21 19:30:39 +02:00
xattr.h
xattr_security.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
xattr_trusted.c
xattr_user.c
xip.c
xip.h