mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
This commit is contained in:
commit
ae11be6f37
1 changed files with 2 additions and 3 deletions
|
@ -1390,6 +1390,8 @@ static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, struc
|
||||||
|
|
||||||
jfs_info("jfs_lookup: name = %s", name);
|
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))
|
if ((name[0] == '.') && (len == 1))
|
||||||
inum = dip->i_ino;
|
inum = dip->i_ino;
|
||||||
|
@ -1417,9 +1419,6 @@ static struct dentry *jfs_lookup(struct inode *dip, struct dentry *dentry, struc
|
||||||
return ERR_PTR(-EACCES);
|
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);
|
dentry = d_splice_alias(ip, dentry);
|
||||||
|
|
||||||
if (dentry && (JFS_SBI(dip->i_sb)->mntflag & JFS_OS2))
|
if (dentry && (JFS_SBI(dip->i_sb)->mntflag & JFS_OS2))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue