ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodes
authorEric Sandeen <sandeen@sandeen.net>
Fri, 19 Feb 2016 18:19:01 +0000 (19:19 +0100)
committerJan Kara <jack@suse.cz>
Fri, 19 Feb 2016 18:28:07 +0000 (19:28 +0100)
commit6332b9b5e79769b3e9d79d664896b872d7ba6a66
treee2d3af10d5cef99dc35aea99b160f37da0295537
parentccf370e43e08cab4f8f13464c02c9aeffd8f0cd6
ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodes

We forgot to set .get_nextdqblk operation in quotactl_ops structure used
by ext4 when quota is using hidden inode thus the operation was not
really supported. Fix the omission.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext4/super.c