[PATCH 1/2] JFS: Initialize dentry->d_op for negative dentries too
[email protected] (Dave Kleikamp) Tue, 30 Aug 2005 14:29:17 -0500 (CDT)
| Newsgroups | gmane.comp.file-systems.jfs.patches |
|---|---|
| Message-ID | <[email protected]> |
JFS: Initialize dentry->d_op for negative dentries too Signed-off-by: Dave Kleikamp <[email protected]> --- commit 686762c8049457a6255ad5caf9275c100fbaceb6 tree e0c6412bfb3abd32e1b15df9a788615c73dea332 parent cf59001235c5a36f3e3701bd593a78cf955a4242 author Dave Kleikamp <[email protected]> Wed, 17 Aug 2005 13:53:13 -0500 committer Dave Kleikamp <[email protected]> Wed, 17 Aug 2005 13:53:13 -0500 fs/jfs/namei.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c @@ -1390,6 +1390,8 @@ static struct dentry *jfs_lookup(struct jfs_info("jfs_lookup: name = %s", name); + if (JFS_SBI(dip->i_sb)->mntflag & JFS_OS2) + dentry->d_op = &jfs_ci_dentry_operations; if ((name[0] == '.') && (len == 1)) inum = dip->i_ino; @@ -1417,9 +1419,6 @@ static struct dentry *jfs_lookup(struct return ERR_PTR(-EACCES); } - if (JFS_SBI(dip->i_sb)->mntflag & JFS_OS2) - dentry->d_op = &jfs_ci_dentry_operations; - dentry = d_splice_alias(ip, dentry); if (dentry && (JFS_SBI(dip->i_sb)->mntflag & JFS_OS2)) ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf