mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
[PATCH] quota: remove unused sync_dquots_dev()
The already removed sync_dquots_dev(dev,type) is still defined in the no-quota case. Signed-off-by: Herbert Pötzl <herbert@13thfloor.at> Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
1374ae8b9a
commit
6bf8d889ed
@ -190,7 +190,6 @@ static __inline__ int DQUOT_OFF(struct super_block *sb)
|
||||
*/
|
||||
#define sb_dquot_ops (NULL)
|
||||
#define sb_quotactl_ops (NULL)
|
||||
#define sync_dquots_dev(dev,type) (NULL)
|
||||
#define DQUOT_INIT(inode) do { } while(0)
|
||||
#define DQUOT_DROP(inode) do { } while(0)
|
||||
#define DQUOT_ALLOC_INODE(inode) (0)
|
||||
|
Loading…
Reference in New Issue
Block a user