]> git.karo-electronics.de Git - karo-tx-linux.git/commit
XFS: Fix oops in xfs_file_readdir()
authorDavid Chinner <dgc@sgi.com>
Tue, 5 Feb 2008 23:52:15 +0000 (10:52 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Feb 2008 00:18:33 +0000 (16:18 -0800)
commit311fd5af55d60bea90c25ac314ba648e9415fd1f
treee89bd0b9a1d9fb17a02f20cf44bb40a79295494d
parent091a61f602b7db7f4d1fdcb41e6ff9a97a6e0cce
XFS: Fix oops in xfs_file_readdir()

patch 450790a2c51e6d9d47ed30dbdcf486656b8e186f in mainline.

Several occurrences of oops in xfs_file_readdir() on ia32 have been
reported since 2.6.24 was released. This is a regression introduced
in 2.6.24 and is relatively easy to hit. The patch below fixes the
problem.

Signed-off-by: Dave Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/xfs/linux-2.6/xfs_file.c