Commit 7de87b0e authored by Maurice S. Barnum's avatar Maurice S. Barnum Committed by Linus Torvalds

[quota] provide no-op sync_dquots_dev, one .config case wants it

parent 44d0f8c5
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment