Whamcloud - gitweb
The ext3 MDS code. Basically, we have to hack around the fact that ext3
authoradilger <adilger>
Fri, 22 Mar 2002 21:28:27 +0000 (21:28 +0000)
committeradilger <adilger>
Fri, 22 Mar 2002 21:28:27 +0000 (21:28 +0000)
commitbca31f81bcacf7a528d35fa9ef4140f33252be5f
treed7277c36fbf5548a94daa4af4a6da0a1447767f5
parent694fac38f455c7f9531af53e2ff51ae4beed3291
The ext3 MDS code.  Basically, we have to hack around the fact that ext3
does not have the directories in page cache, so we need to export the
ext3_bread() function in order to ensure we read the same data as what the
filesystem itself is using.  This will likely go away at some time in the
future as ext3 is ported to the pure page-cache-based directory handling
that is in ext2 (which is slightly more efficient).
lustre/mds/handler.c