Commit aadfa801 authored by Miklos Szeredi's avatar Miklos Szeredi

vfs: add note about i_op->rename changes to porting

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 2773bf00
...@@ -592,3 +592,7 @@ in your dentry operations instead. ...@@ -592,3 +592,7 @@ in your dentry operations instead.
work just as well; if it's something more complicated, use dentry->d_parent. 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 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. 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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment