Whamcloud - gitweb
Move mds_null.c back to mds_ext2.c - we have more than just the journaling
authoradilger <adilger>
Thu, 28 Mar 2002 00:00:17 +0000 (00:00 +0000)
committeradilger <adilger>
Thu, 28 Mar 2002 00:00:17 +0000 (00:00 +0000)
commitb5d15f1ff19c0ba80ae64b2733b497daa50b9719
treed7ca19d55685c6ec5b4f0349a37a36706180a6b0
parent448aa258e18e2cd9f7d826069a6b493d0feb5882
Move mds_null.c back to mds_ext2.c - we have more than just the journaling
methods now (setattr, set_objid, get_objid, readpage), which extracts all
of the filesystem-specific hacks out of MDS.  We now have files with a very
high-density hacks for ext2 and ext3, but at least we can clean it up easily.
lustre/mds/mds_ext2.c [new file with mode: 0644]
lustre/mds/mds_null.c [deleted file]