commit | a56fca23f67282467c08e75c40081da2345dfdbf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Feb 16 03:44:53 2010 -0500 |
committer | Jan Kara <jack@suse.cz> | Fri Mar 05 00:20:24 2010 +0100 |
tree | 73d50c7b2be8c1435fbaa915fa4bf882824a51a7 | |
parent | 5fb324ad24febe57a8a2e62903dcb7bad546ea71 [diff] |
quota: remove invalid optimization from quota_sync_all Checking the "VFS" quota enabled and dirty bits from generic code means this code will never get called for other implementations, e.g. XFS and GFS2. Grabbing the reference on the superblock really isn't much overhead for a global Q_SYNC call, so just drop this optimization. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>