VFS: normal filesystems (and lustre): d_inode() annotations
that's the bulk of filesystem drivers dealing with inodes of their own Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
static void *jfs_follow_link(struct dentry *dentry, struct nameidata *nd)
|
||||
{
|
||||
char *s = JFS_IP(dentry->d_inode)->i_inline;
|
||||
char *s = JFS_IP(d_inode(dentry))->i_inline;
|
||||
nd_set_link(nd, s);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user