aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/file.c')
-rw-r--r--fs/nfs/file.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c
index 1789de218cca..cef36362c9eb 100644
--- a/fs/nfs/file.c
+++ b/fs/nfs/file.c
@@ -170,6 +170,11 @@ force_reval:
170 170
171static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin) 171static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin)
172{ 172{
173 dfprintk(VFS, "NFS: llseek file(%s/%s, %lld, %d)\n",
174 filp->f_path.dentry->d_parent->d_name.name,
175 filp->f_path.dentry->d_name.name,
176 offset, origin);
177
173 /* origin == SEEK_END => we must revalidate the cached file length */ 178 /* origin == SEEK_END => we must revalidate the cached file length */
174 if (origin == SEEK_END) { 179 if (origin == SEEK_END) {
175 struct inode *inode = filp->f_mapping->host; 180 struct inode *inode = filp->f_mapping->host;