From: Chuck Lever Date: Sun, 1 Jul 2007 16:12:19 +0000 (-0400) Subject: NFS: Clean-up: use correct type when converting NFS blocks to local blocks X-Git-Tag: v2.6.23-rc1~1073^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eaa67c6a5b77f248c4703d81c4a6c6434e35385;p=pandora-kernel.git NFS: Clean-up: use correct type when converting NFS blocks to local blocks inode->i_blocks is a blkcnt_t these days, which can be a u64 or unsigned long, depending on the setting of CONFIG_LSF. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed