summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 19:00:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 19:00:55 +0000
commita2b351fe3d8456d95674f24949847ab683c67a2e (patch)
tree273f0631c673b0ad2f12175e06cc814a79769ccc /libdiskfs
parent922681224c66cfe00e7af9c927da311a484e3b3c (diff)
(diskfs_S_file_get_fs_options): Revert last change.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/file-get-fs-opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-get-fs-opts.c b/libdiskfs/file-get-fs-opts.c
index e4678854..d8d2bca9 100644
--- a/libdiskfs/file-get-fs-opts.c
+++ b/libdiskfs/file-get-fs-opts.c
@@ -35,7 +35,7 @@ diskfs_S_file_get_fs_options (struct protid *cred,
return EOPNOTSUPP;
rwlock_reader_lock (&diskfs_fsys_lock);
- err = _diskfs_get_options (&argz, data_len);
+ err = diskfs_get_options (&argz, data_len);
rwlock_reader_unlock (&diskfs_fsys_lock);
if (!err)