Merge getxattr prototype change into work.lookups

The rest of work.xattr stuff isn't needed for this branch
这个提交包含在:
Al Viro
2016-05-02 19:45:47 -04:00
当前提交 84695ffee7
修改 107 个文件,包含 415 行新增459 行删除

查看文件

@@ -1250,7 +1250,7 @@ static struct dentry *udf_get_parent(struct dentry *child)
brelse(fibh.sbh);
tloc = lelb_to_cpu(cfi.icb.extLocation);
inode = udf_iget(d_inode(child)->i_sb, &tloc);
inode = udf_iget(child->d_sb, &tloc);
if (IS_ERR(inode))
return ERR_CAST(inode);