]> git.baikalelectronics.ru Git - kernel.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)
commit4d7500c7da76e907fd5cc4eb0914aad81baf57e4
treeeaed957de4e319dc0083fa66e7614f99a10fda89
parentec3a5723f9b4608647ac8b9dc290288347f35042
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