From: Alex Zhuravlev Date: Mon, 7 Jan 2013 17:30:17 +0000 (+0400) Subject: LU-2449 osd: osd-zfs to handle ./.. properly X-Git-Tag: 2.3.61~23 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2acb75c36511aca9f30ca381562dc8f1ea451bd4;hp=2acb75c36511aca9f30ca381562dc8f1ea451bd4;p=fs%2Flustre-release.git LU-2449 osd: osd-zfs to handle ./.. properly ZFS does not store directory records . and .. on a disk. Instead they are generated upon request (like in zfs_readdir()). with the patch osd-zfs does the same for namespace directories. Signed-off-by: Alex Zhuravlev Change-Id: I910f9bad807c0e5a2bee1fd481470576ceaf4444 Reviewed-on: http://review.whamcloud.com/4990 Reviewed-by: Andreas Dilger Tested-by: Hudson Tested-by: Maloo Reviewed-by: Brian Behlendorf ---