]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_type
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 21 Aug 2013 01:08:56 +0000 (21:08 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 22 Aug 2013 12:58:15 +0000 (08:58 -0400)
commit0b8023be2d17bfa5be6cbadec4a36a6a324cfb95
tree66cc0b9abca799cd79383665a75ed0df3ab0543d
parentad2828a7536cef08163ae8c0ad646f22f77c49bd
NFSv4: Fix an incorrect pointer declaration in decode_first_pnfs_layout_type

We always encode to __be32 format in XDR: silences a sparse warning.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Andy Adamson <andros@netapp.com>
fs/nfs/nfs4xdr.c