From c8492b2fd46a1ba37d06f31c7a8bbf7bf864a81e Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 26 Oct 2006 14:00:30 +0000 Subject: [PATCH] osd: remove no longer needed commentary. --- lustre/osd/osd_handler.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index 6626e43..2dbbe39 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -421,11 +421,6 @@ static void osd_index_fini(struct osd_object *o) */ static int osd_inode_unlinked(const struct inode *inode) { - /* - * This is modified by huanghua@lusterfs.com: - * i_nlink of an unlinked object is zero even if it is a dir. - return inode->i_nlink == !!S_ISDIR(inode->i_mode); - */ return inode->i_nlink == 0; } -- 1.8.3.1