public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libhandle: add fd_to_handle to handle.h
@ 2015-04-06 22:43 Sage Weil
  2015-04-06 23:42 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: Sage Weil @ 2015-04-06 22:43 UTC (permalink / raw)
  To: xfs; +Cc: Sage Weil

It's on the man page but strangely missing from the header.

Signed-off-by: Sage Weil <sage@redhat.com>
---
 include/handle.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/handle.h b/include/handle.h
index b211a2f..ee69a11 100644
--- a/include/handle.h
+++ b/include/handle.h
@@ -28,6 +28,7 @@ struct parent;
 
 extern int  path_to_handle (char *__path, void **__hanp, size_t *__hlen);
 extern int  path_to_fshandle (char *__path, void **__fshanp, size_t *__fshlen);
+extern int  fd_to_handle (int fd, void **hanp, size_t *hlen);
 extern int  handle_to_fshandle (void *__hanp, size_t __hlen, void **__fshanp,
 				size_t *__fshlen);
 extern void free_handle (void *__hanp, size_t __hlen);
-- 
1.7.9.5

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-06 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-06 22:43 [PATCH] libhandle: add fd_to_handle to handle.h Sage Weil
2015-04-06 23:42 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox