Whamcloud - gitweb
LU-8003 llite: remove obsolete code and comments
[fs/lustre-release.git] / lustre / llite / namei.c
index 3cb0398..3e6c706 100644 (file)
@@ -1266,10 +1266,6 @@ int ll_rmdir_entry(struct inode *dir, char *name, int namelen)
        RETURN(rc);
 }
 
-/* ll_unlink() doesn't update the inode with the new link count.
- * Instead, ll_ddelete() and ll_d_iput() will update it based upon if
- * there is any lock existing. They will recycle dentries and inodes
- * based upon locks too. b=20433 */
 static int ll_unlink(struct inode *dir, struct dentry *dchild)
 {
        struct qstr *name = &dchild->d_name;