NFS: Clean-up: use correct type when converting NFS blocks to local blocks
authorChuck Lever <chuck.lever@oracle.com>
Sun, 1 Jul 2007 16:12:19 +0000 (12:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:44 +0000 (23:40 -0400)
commit9eaa67c6a5b77f248c4703d81c4a6c6434e35385
treeacc90ec1e457b8583f8a9eafc6142152d8b41228
parent433c92379d9c2c59c2ebc7628fe4fb02cfc2daf8
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 <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/internal.h