commit | 702d21c6f6c790b12c4820cd2f29bc8472aed633 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Mar 30 14:02:16 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 30 12:16:35 2009 -0700 |
tree | eaed957de4e319dc0083fa66e7614f99a10fda89 | |
parent | 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 [diff] |
reiserfs: add support for mount count incrementing The following patch adds the fields for tracking mount counts and last fsck timestamps to the superblock. It also increments the mount count on every read-write mount. Reiserfsprogs 3.6.21 added support for these fields. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>