diff options
author | Josef Sipek <jsipek@fsl.cs.sunysb.edu> | 2006-12-08 05:37:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:49 -0500 |
commit | 7fa95f726aba6033d7baffcfda484c31b8cfe153 (patch) | |
tree | 924f8228c223b0f1c6365fdb541124f2b096f523 /drivers/sbus/char/cpwatchdog.c | |
parent | d20343e7406a114a561030e683fafc4fdbc9c6bd (diff) |
[PATCH] struct path: convert sbus
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 'drivers/sbus/char/cpwatchdog.c')
-rw-r--r-- | drivers/sbus/char/cpwatchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/cpwatchdog.c b/drivers/sbus/char/cpwatchdog.c index f5803ecb1999..ad1c7db96cb4 100644 --- a/drivers/sbus/char/cpwatchdog.c +++ b/drivers/sbus/char/cpwatchdog.c | |||
@@ -404,7 +404,7 @@ static long wd_compat_ioctl(struct file *file, unsigned int cmd, | |||
404 | case WIOCSTOP: | 404 | case WIOCSTOP: |
405 | case WIOCGSTAT: | 405 | case WIOCGSTAT: |
406 | lock_kernel(); | 406 | lock_kernel(); |
407 | rval = wd_ioctl(file->f_dentry->d_inode, file, cmd, arg); | 407 | rval = wd_ioctl(file->f_path.dentry->d_inode, file, cmd, arg); |
408 | unlock_kernel(); | 408 | unlock_kernel(); |
409 | break; | 409 | break; |
410 | /* everything else is handled by the generic compat layer */ | 410 | /* everything else is handled by the generic compat layer */ |