commit | 64f22fa17c1a531e682ebc882566856ea5718495 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Dec 01 20:59:07 2008 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Dec 01 20:59:07 2008 -0800 |
tree | 29737ea55e7ddf7f00267b96c2d179a62dff4835 | |
parent | 061e41fdb5047b1fb161e89664057835935ca1d2 [diff] |
IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.c The return from lookup_one_len() is assigned to *dentry, so that's what we should be checking with IS_ERR(). Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Roland Dreier <rolandd@cisco.com>