diff options
| author | Maurice S. Barnum <pixi@burble.org> | 2003-04-25 15:16:14 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-25 15:16:14 -0400 |
| commit | 7de87b0e2cc0087e0efaa3a5f6e6e8eefc5c6293 (patch) | |
| tree | b853a7088c407e44ac116d1759cca8d764f25e3e /include/linux | |
| parent | 44d0f8c5396507a621696fa59c80d8c6da336b50 (diff) | |
[quota] provide no-op sync_dquots_dev, one .config case wants it
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/quotaops.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
