From: ericm Date: Fri, 8 Aug 2003 10:14:23 +0000 (+0000) Subject: liblustre: fix timeout during mknod tests. X-Git-Tag: v1_7_0_51~2^7~708 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=22fa5e6cd65f67feabb475b48d07b68483ba4fd7;p=fs%2Flustre-release.git liblustre: fix timeout during mknod tests. --- diff --git a/lustre/liblustre/namei.c b/lustre/liblustre/namei.c index a8373cc..8d018de 100644 --- a/lustre/liblustre/namei.c +++ b/lustre/liblustre/namei.c @@ -378,6 +378,7 @@ translate_lookup_intent(struct intent *intent, const char *path) * symlink: INT_CREAT * unlink: INT_UPDPARENT * rmdir: INT_UPDPARENT + * mknod: INT_CREAT * stat: INT_GETATTR * setattr: NULL *