Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aadfa801 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

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

parent 2773bf00
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.