summaryrefslogtreecommitdiff
path: root/libdiskfs/file-get-fs-opts.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 18:57:38 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 18:57:38 +0000
commit7610d7aa331f84ba5079db8f6fe234f1d2af48e8 (patch)
tree5ef1e943f23fb7590f770fd9a5d538ba5b7fcf3d /libdiskfs/file-get-fs-opts.c
parent5cc2b69d1f97b641d840a2f91804a1ce08667cb3 (diff)
(diskfs_S_file_get_fs_options): diskfs_get_options ->
_diskfs_get_options.c
Diffstat (limited to 'libdiskfs/file-get-fs-opts.c')
-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 d8d2bca9..e4678854 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)