]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ext3/ialloc.c
dquot: cleanup dquot drop routine
authorChristoph Hellwig <hch@infradead.org>
Wed, 3 Mar 2010 14:05:05 +0000 (09:05 -0500)
committerJan Kara <jack@suse.cz>
Thu, 4 Mar 2010 23:20:30 +0000 (00:20 +0100)
commit9f7547580263d4a55efe06ce5cfd567f568be6e8
tree6f926a075eeed815d0a6680c06f235da0e5ea6d9
parent257ba15cedf1288f0c96118d7e63947231d27278
dquot: cleanup dquot drop routine

Get rid of the drop dquot operation - it is now always called from
the filesystem and if a filesystem really needs it's own (which none
currently does) it can just call into it's own routine directly.

Rename the now static low-level dquot_drop helper to __dquot_drop
and vfs_dq_drop to dquot_drop to have a consistent namespace.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
22 files changed:
Documentation/filesystems/Locking
fs/ext2/ialloc.c
fs/ext2/super.c
fs/ext3/ialloc.c
fs/ext3/super.c
fs/ext4/ialloc.c
fs/ext4/super.c
fs/jfs/inode.c
fs/jfs/jfs_inode.c
fs/jfs/super.c
fs/ocfs2/inode.c
fs/ocfs2/quota_global.c
fs/quota/dquot.c
fs/reiserfs/inode.c
fs/reiserfs/namei.c
fs/reiserfs/super.c
fs/udf/ialloc.c
fs/udf/inode.c
fs/ufs/ialloc.c
fs/ufs/super.c
include/linux/quota.h
include/linux/quotaops.h