diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-07-30 11:59:09 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-08-29 00:39:44 +0200 |
commit | 9bb6c17f3f0e2793ef75339f48425b0ec802c2a3 (patch) | |
tree | ee9b274fb84caa3d70da7cbebfa6d6ad026aec74 /libnetfs/fsstubs.c | |
parent | 7f76449a4f7b2d027fa6c085ba931129e16f4fb4 (diff) |
libnetfs: implement file_get_translator_cntl
This is a trivially adapted version of libdiskfs/file-get-transcntl.c.
* libnetfs/file-get-transcntl.c: New file.
Diffstat (limited to 'libnetfs/fsstubs.c')
-rw-r--r-- | libnetfs/fsstubs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libnetfs/fsstubs.c b/libnetfs/fsstubs.c index 708cbb82..f1b9bf7e 100644 --- a/libnetfs/fsstubs.c +++ b/libnetfs/fsstubs.c @@ -30,14 +30,6 @@ netfs_S_file_notice_changes (struct protid *user, } error_t -netfs_S_file_get_translator_cntl (struct protid *user, - mach_port_t *trans, - mach_msg_type_name_t *transtype) -{ - return EOPNOTSUPP; -} - -error_t netfs_S_file_getfh (struct protid *user, char **data, mach_msg_type_number_t *ndata) { |