]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ocfs2: Fix estimate of credits needed for quota allocation
authorJan Kara <jack@suse.cz>
Tue, 11 May 2010 15:04:14 +0000 (17:04 +0200)
committerJan Kara <jack@suse.cz>
Fri, 21 May 2010 17:30:47 +0000 (19:30 +0200)
commit832d09cf1438bd172f69478bde74f20f05ec0115
tree273eb6860b74f35b2fe43b8eaa808ea50af6955b
parentfb8dd8d780140a3f0e9074831a59054fec6cc451
ocfs2: Fix estimate of credits needed for quota allocation

We were missing reservation of a journal credit for modification of quota
file inode when creating new dquot structure in the global quota file.

Acked-by: Joel Becker <Joel.Becker@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ocfs2/quota_global.c