]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
reiserfs: add support for mount count incrementing
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:16 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:35 +0000 (12:16 -0700)
commit702d21c6f6c790b12c4820cd2f29bc8472aed633
treeeaed957de4e319dc0083fa66e7614f99a10fda89
parent8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84
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>
fs/reiserfs/super.c
include/linux/reiserfs_fs.h
include/linux/reiserfs_fs_sb.h