]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/sync.c
autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different...
[karo-tx-linux.git] / fs / sync.c
index 14eefeb44636bd1e24240ae09fe0dd046ed013fa..2c5d6639a66a81f646228a553393682809a2907b 100644 (file)
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -332,7 +332,7 @@ SYSCALL_DEFINE(sync_file_range)(int fd, loff_t offset, loff_t nbytes,
        if (!f.file)
                goto out;
 
-       i_mode = f.file->f_path.dentry->d_inode->i_mode;
+       i_mode = file_inode(f.file)->i_mode;
        ret = -ESPIPE;
        if (!S_ISREG(i_mode) && !S_ISBLK(i_mode) && !S_ISDIR(i_mode) &&
                        !S_ISLNK(i_mode))