Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / Documentation / filesystems / porting
index ab320c7..bdd025c 100644 (file)
@@ -592,3 +592,7 @@ in your dentry operations instead.
        work just as well; if it's something more complicated, use dentry->d_parent.
        Just be careful not to assume that fetching it more than once will yield
        the same value - in RCU mode it could change under you.
+--
+[mandatory]
+       ->rename() has an added flags argument.  Any flags not handled by the
+        filesystem should result in EINVAL being returned.