commit | ae42c70a60fe330d9c2af7c4b92ce78484308e37 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu Oct 21 16:33:17 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Oct 23 15:27:37 2010 -0400 |
tree | a70a200f3d031240e32e69d87375b021004e9817 | |
parent | 9942438089d5c0e3adecdcb7bc360b8fe0ce7e62 [diff] |
NFS: introduce generic decode_getattr function Getattr should be able to decode errors and the readdir file handle. decode_getfattr_attrs does the actual attribute decoding, while decode_getfattr_generic will check the opcode before decoding. This will let other functions call decode_getfattr_attrs to decode their attributes. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>