commit | d728900cd5502927158db747c653007cf72e2e49 | [log] [tgz] |
---|---|---|
author | Jan Harkes <jaharkes@cs.cmu.edu> | Thu Jul 19 01:48:43 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 19 10:04:48 2007 -0700 |
tree | 34e641ec49e42265e01e0fe38be6bc54abfb11d0 | |
parent | 56ee3547940f895a2cf20f2ac462fbeaee55fa2a [diff] |
coda: fix nlink updates for directories The Coda client sets the directory link count to 1 when it isn't sure how many subdirectories we have. In this case we shouldn't change the link count in the kernel when a subdirectory is created or removed. Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>