commit | b8a8a0dd506faea934164d30bd1d6f86f8e87b1e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Aug 20 21:08:56 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Aug 22 08:58:15 2013 -0400 |
tree | 66cc0b9abca799cd79383665a75ed0df3ab0543d | |
parent | 393faffe6f0d1cd3fb84dc591c4b220cd82efbb6 [diff] |
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>