fix the treatment of jfs special inodes
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Dec 2008 12:40:31 +0000 (07:40 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Jan 2009 16:54:29 +0000 (11:54 -0500)
commit5b45d96bf963afeb931a75faf02fb424e446e5a9
tree12f77648fc10aad3cc188537ce7a82dc9b3275a3
parentd8e9650dff48055057253ca30933605bd7d0733b
fix the treatment of jfs special inodes

We used to put them on a single list, without any locking.  Racy.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/jfs/jfs_imap.c