projects
/
unionfs-3.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a36721
)
Unionfs: remove unnecessary comment
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Thu, 6 Sep 2007 04:41:59 +0000
(
00:41
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:33:12 +0000
(21:33 -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 c5bf4542c47a4f70a8f7dda9718e960eb9b65725..afeb9f646b160045c0ecf79d7dfaf0ea05c385fe 100644
(file)
--- a/
fs/unionfs/fanout.h
+++ b/
fs/unionfs/fanout.h
@@
-320,7
+320,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? */
}
}