linux-sg2042/fs/hpfs
Arnd Bergmann 9a311b96c3 hpfs: remove the BKL
This removes the BKL in hpfs in a rather awful
way, by making the code only work on uniprocessor
systems without kernel preemption, as suggested
by Andi Kleen.

The HPFS code probably has close to zero remaining
users on current kernels, all archeological uses of
the file system can probably be done with the significant
restrictions.

The hpfs_lock/hpfs_unlock functions are left in the
code, sincen Mikulas has indicated that he is still
interested in fixing it in a better way.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andi Kleen <ak@linux.intel.com>
Cc: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Cc: linux-fsdevel@vger.kernel.org
2011-03-02 22:27:36 +01:00
..
Kconfig hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
Makefile
alloc.c
anode.c
buffer.c
dentry.c
dir.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
dnode.c
ea.c
file.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
hpfs.h
hpfs_fn.h hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
inode.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
map.c
name.c
namei.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00
super.c hpfs: remove the BKL 2011-03-02 22:27:36 +01:00