]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/filesystems/porting
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / Documentation / filesystems / porting
index 206a1bdc7321cf59a1ccc8829d09a9dccd9bcded..f0890581f7f65a14d8451e85dcb2f59912db1d3d 100644 (file)
@@ -451,3 +451,7 @@ in your dentry operations instead.
 --
 [mandatory]
        ->readdir() is gone now; switch to ->iterate()
+[mandatory]
+       vfs_follow_link has been removed.  Filesystems must use nd_set_link
+       from ->follow_link for normal symlinks, or nd_jump_link for magic
+       /proc/<pid> style links.