commit | 9eaa67c6a5b77f248c4703d81c4a6c6434e35385 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Jul 01 12:12:19 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 10 23:40:44 2007 -0400 |
tree | acc90ec1e457b8583f8a9eafc6142152d8b41228 | |
parent | 433c92379d9c2c59c2ebc7628fe4fb02cfc2daf8 [diff] |
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>