Skip to content

Commit 571b46e

Browse files
jankaraMark Fasheh
authored andcommitted
quota: Update version number
Increase reported version number of quota support since quota core has changed significantly. Also remove __DQUOT_NUM_VERSION__ since nobody uses it. Signed-off-by: Jan Kara <[email protected]> Signed-off-by: Mark Fasheh <[email protected]>
1 parent 4d59bce commit 571b46e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/linux/quota.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
#include <linux/errno.h>
3737
#include <linux/types.h>
3838

39-
#define __DQUOT_VERSION__ "dquot_6.5.1"
40-
#define __DQUOT_NUM_VERSION__ 6*10000+5*100+1
39+
#define __DQUOT_VERSION__ "dquot_6.5.2"
4140

4241
#define MAXQUOTAS 2
4342
#define USRQUOTA 0 /* element used for user quotas */

0 commit comments

Comments
 (0)