From 7de87b0e2cc0087e0efaa3a5f6e6e8eefc5c6293 Mon Sep 17 00:00:00 2001 From: "Maurice S. Barnum" Date: Fri, 25 Apr 2003 15:16:14 -0400 Subject: [quota] provide no-op sync_dquots_dev, one .config case wants it --- include/linux/quotaops.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h index e1c502012025..ad88acfd7b70 100644 --- a/include/linux/quotaops.h +++ b/include/linux/quotaops.h @@ -166,6 +166,7 @@ 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) -- cgit v1.2.3