ocfs2: Avoid unnecessary block mapping when refreshing quota info
authorJan Kara <jack@suse.cz>
Wed, 28 Apr 2010 17:04:29 +0000 (19:04 +0200)
committerJan Kara <jack@suse.cz>
Fri, 21 May 2010 17:30:46 +0000 (19:30 +0200)
The position of global quota file info does not change. So we do not have
to do logical -> physical block translation every time we reread it from
disk. Thus we can also avoid taking ip_alloc_sem.

Acked-by: Joel Becker <Joel.Becker@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found