commit | 92923dcbfcad107b0e0469f579a2455729ccf10e | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Oct 05 16:03:41 2010 +0530 |
committer | Sage Weil <sage@newdream.net> | Thu Oct 07 08:00:23 2010 -0700 |
tree | a16b4b1510af3c57acfa483d8f88cb5d0ba41d98 | |
parent | 6bc18876ba01fd4a077db6e1ed27201e4bda8864 [diff] |
ceph: Fix return value of encode_fh function encode_fh function should return 255 on error as done by other file system to indicate EOVERFLOW. Also max_len is in sizeof(u32) units and not in bytes. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Sage Weil <sage@newdream.net>