projects
/
unionfs-2.6.9.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4347c8a
)
Unionfs: remove unnecessary comment
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Nov 2007 00:55:03 +0000
(19:55 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Nov 2007 00:55:03 +0000
(19:55 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/fanout.h
patch
|
blob
|
history
diff --git
a/fs/unionfs/fanout.h
b/fs/unionfs/fanout.h
index b593d494ac8f221930189daeaebabcda7b456361..e952f38540413b9457f779ff390b8b94ebced403 100644
(file)
--- a/
fs/unionfs/fanout.h
+++ b/
fs/unionfs/fanout.h
@@
-321,7
+321,6
@@
static inline void unionfs_copy_attr_times(struct inode *upper)
upper->i_ctime = lower->i_ctime;
if (timespec_compare(&upper->i_atime, &lower->i_atime) < 0)
upper->i_atime = lower->i_atime;
- /* XXX: should we notify_change on our upper inode? */
}
}