Skip to content

Commit

Permalink
quota: Update version number
Browse files Browse the repository at this point in the history
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 <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Jan 5, 2009
1 parent 4d59bce commit 571b46e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
#include <linux/errno.h>
#include <linux/types.h>

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

#define MAXQUOTAS 2
#define USRQUOTA 0 /* element used for user quotas */
Expand Down

0 comments on commit 571b46e

Please sign in to comment.