]> git.baikalelectronics.ru Git - kernel.git/commit
quota: remove unused cmd argument from quota_quotaon()
authorEric Sandeen <sandeen@redhat.com>
Mon, 8 Feb 2016 00:21:24 +0000 (11:21 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 8 Feb 2016 00:21:24 +0000 (11:21 +1100)
commit2c29a3a55d9f84c1084bd0b34b92699062c19d40
treea14fcaad9d75d970214344bbcb39e71e03fe0565
parent4647c720fd42a03c69c68c022db398388a8936d5
quota: remove unused cmd argument from quota_quotaon()

The cmd argument to quota_quotaon() via Q_QUOTAON quotactl
is not used, so remove it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/quota/quota.c