This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / pipe.c
index 3e3e2e5..36264d5 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -255,7 +255,7 @@ pipe_writev(struct file *filp, const struct iovec *_iov,
                kill_fasync(PIPE_FASYNC_READERS(*inode), SIGIO, POLL_IN);
        }
        if (ret > 0)
-               inode_update_time(inode, filp->f_vfsmnt, 1);    /* mtime and ctime */
+               inode_update_time(inode, 1);    /* mtime and ctime */
        return ret;
 }