Whamcloud - gitweb
Add mount_count file to hold the current MDS generation number. Note that
authoradilger <adilger>
Tue, 16 Apr 2002 07:22:49 +0000 (07:22 +0000)
committeradilger <adilger>
Tue, 16 Apr 2002 07:22:49 +0000 (07:22 +0000)
commitbf4ace1337f2626b8c2693beba551083760b0fab
treecc2f50ff68278681c65c8bfa684789d5856431b7
parent4196dc4a74f9aeb8ed4ff1bc20bd6d78decf8308
Add mount_count file to hold the current MDS generation number.  Note that
you cannot read this file from userspace, because it will (mistakenly) think
that this file lives on the OST and LBUG if that inode isn't allocated, or
you will get garbage data.  The kernel code has no problem reading it, of
course.  This LBUG will go away with EAs and/or when we start mounting the
ROOT directory, at which point you will not be able to read the file at all.
lustre/include/linux/lustre_lib.h
lustre/include/linux/obd.h
lustre/lib/simple.c
lustre/mds/handler.c