commit | 6f276e49fd108362be3fd67154aaaacf872ea026 | [log] [tgz] |
---|---|---|
author | Rakib Mullick <rakib.mullick@gmail.com> | Tue Nov 01 12:16:15 2011 +0600 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Nov 02 23:49:09 2011 -0400 |
tree | e44765996007b20727873ae26784ee682c23e425 | |
parent | e414966b81a74745ac8d6bfeda0d95fb721e6d91 [diff] |
nfs: Fix unused variable warning from file.c Fix the following unused variable warning. fs/nfs/file.c: In function ‘nfs_file_release’: fs/nfs/file.c:140:17: warning: unused variable ‘dentry’ fs/nfs/file.c: In function ‘nfs_file_read’: fs/nfs/file.c:237:9: warning: unused variable ‘count’ Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>