aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-03-14 09:21:11 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-07-20 23:11:03 +0200
commitf22e7f8016ae6a2b91df14bef4ca60fc1888e4cd (patch)
treea30f12fad1e48ed21a8339e9a34fcdf93ff1ae62 /man2/open.2
parenta537062ef5bafc0e42f90817993d223021402a0b (diff)
downloadman-pages-f22e7f8016ae6a2b91df14bef4ca60fc1888e4cd.tar.gz
open.2: srcfix: remove FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/open.2')
-rw-r--r--man2/open.212
1 files changed, 0 insertions, 12 deletions
diff --git a/man2/open.2 b/man2/open.2
index ee97fca6ce..9f7ede6d21 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -452,18 +452,6 @@ in conjunction with mandatory file locks and with file leases, see
.\" Subject: Re: [PATCH] open(2): document O_PATH
.\" Newsgroups: gmane.linux.man, gmane.linux.kernel
.\"
-.\" FIXME: The following needs to be documented somewhere
-.\" commit bcda76524cd1fa32af748536f27f674a13e56700
-.\" Allow O_PATH for symlinks
-.\" ...
-.\" We will be able to do useful things with them after the next commit...
-.\" readlinkat() and fchownat() will be possible to use with dfd being an
-.\" O_PATH-opened symlink and empty relative pathname. Combined with
-.\" open_by_handle() it'll give us a way to do realink-by-handle and
-.\" lchown-by-handle without messing with more redundant syscalls.
-.\" ....
-.\" See also commit 1fa1e7f615f4d3ae436fa319af6e4eebdd4026a8
-.\"
Obtain a file descriptor that can be used for two purposes:
to indicate a location in the file-system tree and
to perform operations that act purely at the file descriptor level.