diff options
author | Josef Sipek | 2006-12-08 11:37:33 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-12-08 17:28:49 +0100 |
commit | 1fc5adbd1916793c19d25347f484806c124d9be7 (patch) | |
tree | 81be6f222656f43c970013acf805da8d74882ca6 /fs/reiserfs/ioctl.c | |
parent | [PATCH] struct path: convert ramfs (diff) | |
download | kernel-qcow2-linux-1fc5adbd1916793c19d25347f484806c124d9be7.tar.gz kernel-qcow2-linux-1fc5adbd1916793c19d25347f484806c124d9be7.tar.xz kernel-qcow2-linux-1fc5adbd1916793c19d25347f484806c124d9be7.zip |
[PATCH] struct path: convert reiserfs
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/reiserfs/ioctl.c')
-rw-r--r-- | fs/reiserfs/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/ioctl.c b/fs/reiserfs/ioctl.c index 9c57578cb831..b484d2913c0d 100644 --- a/fs/reiserfs/ioctl.c +++ b/fs/reiserfs/ioctl.c @@ -99,7 +99,7 @@ int reiserfs_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, long reiserfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { - struct inode *inode = file->f_dentry->d_inode; + struct inode *inode = file->f_path.dentry->d_inode; int ret; /* These are just misnamed, they actually get/put from/to user an int */ |