aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/dcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 16521a9f203..0364af2311f 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -1141,7 +1141,7 @@ rename_retry:
1141EXPORT_SYMBOL(have_submounts); 1141EXPORT_SYMBOL(have_submounts);
1142 1142
1143/* 1143/*
1144 * Search the dentry child list for the specified parent, 1144 * Search the dentry child list of the specified parent,
1145 * and move any unused dentries to the end of the unused 1145 * and move any unused dentries to the end of the unused
1146 * list for prune_dcache(). We descend to the next level 1146 * list for prune_dcache(). We descend to the next level
1147 * whenever the d_subdirs list is non-empty and continue 1147 * whenever the d_subdirs list is non-empty and continue