From: Rakib Mullick Date: Tue, 1 Nov 2011 06:16:15 +0000 (+0600) Subject: nfs: Fix unused variable warning from file.c X-Git-Tag: v3.2-rc1~52^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f276e49fd108362be3fd67154aaaacf872ea026;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed