]> git.neil.brown.name Git - history.git/commit
[PATCH] don't clear i_sb
authorDave Kleikamp <shaggy@austin.ibm.com>
Wed, 7 Jan 2004 02:35:15 +0000 (18:35 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 7 Jan 2004 02:35:15 +0000 (18:35 -0800)
commit3434a16eeb959c35762b82997847d9af816102fa
treee363ce7ba9dc4daf8b550fb5be8f2787d661a9da
parentc1e4ed23d2d7d7c142852000af00ba561e11039a
[PATCH] don't clear i_sb

From: Christoph Hellwig <hch@lst.de>

JFS currently clears i_sb in some error pathes which can make the
core kernel OOPS because it may never be NULL.  Noticed because some
IBM people try to "fix" the core kernel for it now..
fs/jfs/jfs_imap.c