From: Oleg Drokin Date: Sun, 9 Dec 2012 03:24:16 +0000 (-0500) Subject: LU-2449 Postpone fixing of . and .. hadling in ZFS again X-Git-Tag: 2.3.58~68 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=52953ae668710484a8396cdb2fe94016051496a6;p=fs%2Flustre-release.git LU-2449 Postpone fixing of . and .. hadling in ZFS again I totally forgot about it and so it broke again with the new tag. Change-Id: I1e116ab950a615e10e6db3d23ac5fe1b3484f24e Signed-off-by: Oleg Drokin --- diff --git a/lustre/osd-zfs/osd_index.c b/lustre/osd-zfs/osd_index.c index 44ee79f..cb865b5 100644 --- a/lustre/osd-zfs/osd_index.c +++ b/lustre/osd-zfs/osd_index.c @@ -536,7 +536,7 @@ static int osd_dir_insert(const struct lu_env *env, struct dt_object *dt, * zfs_readdir() generates ./.. on fly, but * we want own entries (.. at least) with a fid */ -#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 3, 57, 0) +#if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 3, 58, 0) #warning "fix '.' and '..' handling" #endif