commit | 1c6dcbe5ceff81c2cf8d929646af675cd59fe7c0 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@netapp.com> | Fri Sep 26 13:58:48 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Sep 30 16:24:56 2014 -0400 |
tree | 1e432e1decca1b3a6de427db31db5737d997a7f5 | |
parent | 4a3a0ebad1360696125bf34d89de55d71c4d0eaa [diff] |
NFS: Implement SEEK The SEEK operation is used when an application makes an lseek call with either the SEEK_HOLE or SEEK_DATA flags set. I fall back on nfs_file_llseek() if the server does not have SEEK support. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>