commit | 0f62de2c9ca60a35f63122e7ea992cee8aae4bef | [log] [tgz] |
---|---|---|
author | Tiger Yang <tiger.yang@oracle.com> | Thu Aug 31 20:39:47 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 20 15:52:27 2006 -0700 |
tree | 31af0006aedea3a22e463198b5c4a00ca893bf1c | |
parent | a663e30513d7ecc77dd71d474e7646bf78c0ba62 [diff] |
ocfs2: Fix directory link count checks in ocfs2_link() Remove the redundant "i_nlink >= OCFS2_LINK_MAX" check and adds an unlinked directory check in ocfs2_link(). Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>