Whamcloud - gitweb
- added fid.ko module. Simple seq management moved to it from mdt. Mdt uses it as...
authoryury <yury>
Wed, 12 Apr 2006 14:40:42 +0000 (14:40 +0000)
committeryury <yury>
Wed, 12 Apr 2006 14:40:42 +0000 (14:40 +0000)
commita15523685351fcf402c9703028e46c299da31f80
tree4056e2889229323128beba24cf34ba0abadf10b3
parentff325fc53d489564b0c3ef2592161c041688bfce
- added fid.ko module. Simple seq management moved to it from mdt. Mdt uses it as well as ost can use it. In principle fid.ko may contain all fid related stuff like client's fid allocation one, etc.;

- renamed ll_fid2ino() to ll_fid_build_ino()
13 files changed:
lustre/Makefile.in
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/fid/Makefile.in [new file with mode: 0644]
lustre/fid/autoMakefile.am [new file with mode: 0644]
lustre/fid/fid_seq.c [new file with mode: 0644]
lustre/include/linux/lustre_fid.h [new file with mode: 0644]
lustre/llite/llite_fid.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_nfs.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h