Skip to content

Commit 6bf8d88

Browse files
herbertpLinus Torvalds
authored andcommitted
[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 <[email protected]> Acked-by: Jan Kara <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 1374ae8 commit 6bf8d88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/quotaops.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ static __inline__ int DQUOT_OFF(struct super_block *sb)
190190
*/
191191
#define sb_dquot_ops (NULL)
192192
#define sb_quotactl_ops (NULL)
193-
#define sync_dquots_dev(dev,type) (NULL)
194193
#define DQUOT_INIT(inode) do { } while(0)
195194
#define DQUOT_DROP(inode) do { } while(0)
196195
#define DQUOT_ALLOC_INODE(inode) (0)

0 commit comments

Comments
 (0)