diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-04 19:47:16 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-04 20:08:09 +0200 |
commit | bf5fc4028ef751904a114ffc4b5d2cd9f0233142 (patch) | |
tree | 70c9aea55244ec155f6981a685b730bd6de0bc85 /fs/nfs/read.c | |
parent | NFS: Adapt readdirplus to application usage patterns (diff) | |
download | linux-bf5fc4028ef751904a114ffc4b5d2cd9f0233142.tar.xz linux-bf5fc4028ef751904a114ffc4b5d2cd9f0233142.zip |
NFS: Fix O_DIRECT compile warnings
Fix the following compile warnings:
fs/nfs/direct.c: In function 'nfs_direct_read_schedule_segment':
fs/nfs/direct.c:325:11: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c:325:11: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c:325:11: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c:352:27: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c: In function 'nfs_direct_write_schedule_segment':
fs/nfs/direct.c:622:11: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c:622:11: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c:622:11: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
fs/nfs/direct.c:650:27: warning: comparison of distinct pointer types
lacks a cast [enabled by default]
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Fred Isaman <iisaman@netapp.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'fs/nfs/read.c')
0 files changed, 0 insertions, 0 deletions