| title: | Re PATCH 05 32 Unionfs do not use fsstack |
|
On Sep 2 2007 22:20, Josef Jeff Sipek wrote:
+/* copy a/m/ctime from the lower branch with the newest times */
+static inline void unionfs_copy_attr_times(struct inode *upper)
+{
+ /* XXX: should we notify_change on our upper inode? */
I do not think so. Inotifying should only happen when the user really
did something (e.g. touch, cp, whatever). When merely the newest time is
picked from a stack of files and applied to the user-visible dentry,
nothing should happen.
Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at rel="nofollow" vger.kernel.org/majordomo-info.html vger.kernel.org/majordomo-info.html
|