Whamcloud - gitweb
BUG: 9461
authorzhanghc <zhanghc>
Tue, 28 Feb 2006 07:07:55 +0000 (07:07 +0000)
committerzhanghc <zhanghc>
Tue, 28 Feb 2006 07:07:55 +0000 (07:07 +0000)
commit62da7e435a901fa097524cb6a33f74b28575a5b1
tree998de01f999616744edba809794fac5b489f4d96
parent65817e1c1ea5246e55c905d0bcfe9f176231f27e
BUG: 9461
FILES: utils/lfs.c
1, Add filesystem summary report into 'lfs df';
2, Fixed a bug:
Function:  path2mnt
Description: next getmntent call will destroy the memory pointed by
mnt->mnt_dir(struct mntent) gotten by previous call.

BUG: 5972
FILES: include/linux/obd.h; mds/handler.c; mds/mds_open.c; mds/lproc_mds.c
1, Add proc entry(/proc/fs/lustre/mds/mds1/atime_diff) to control atime updating
interval in MDS

OTHER:
Add changelog of BUG9461 in ChangeLog

Modified Files:
  Tag: b_release_1_4_6
  ChangeLog include/linux/obd.h mds/handler.c mds/lproc_mds.c
  mds/mds_open.c utils/lfs.c
lustre/ChangeLog
lustre/include/linux/obd.h
lustre/mds/handler.c
lustre/mds/lproc_mds.c
lustre/mds/mds_open.c
lustre/utils/lfs.c