]> err.no Git - linux-2.6/blobdiff - fs/nfs/file.c
NFS: Make nfs_llseek methods consistent
[linux-2.6] / fs / nfs / file.c
index 1789de218cca391252a7e0a284afbebdc2cbc5a8..cef36362c9ebd7c3678539a14ea9c864a793bcfb 100644 (file)
@@ -170,6 +170,11 @@ force_reval:
 
 static loff_t nfs_file_llseek(struct file *filp, loff_t offset, int origin)
 {
+       dfprintk(VFS, "NFS: llseek file(%s/%s, %lld, %d)\n",
+                       filp->f_path.dentry->d_parent->d_name.name,
+                       filp->f_path.dentry->d_name.name,
+                       offset, origin);
+
        /* origin == SEEK_END => we must revalidate the cached file length */
        if (origin == SEEK_END) {
                struct inode *inode = filp->f_mapping->host;