Skip to content

Commit

Permalink
[PATCH] quota: remove unused sync_dquots_dev()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Herbert Poetzl authored and Linus Torvalds committed Feb 3, 2006
1 parent 1374ae8 commit 6bf8d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/quotaops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6bf8d88

Please sign in to comment.