]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/xfs/linux-2.6/xfs_ioctl.c
[XFS] Clean up some existing compat ioctl calls
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / linux-2.6 / xfs_ioctl.c
index 03c55b8fa373027eec6f36feaf5b85774e478587..498d3e15843b076b1401b1d366e4f89974eff580 100644 (file)
@@ -68,7 +68,7 @@
  * XFS_IOC_PATH_TO_HANDLE
  *    returns full handle for a path
  */
-STATIC int
+int
 xfs_find_handle(
        unsigned int            cmd,
        xfs_fsop_handlereq_t    *hreq)
@@ -245,7 +245,7 @@ xfs_vget_fsop_handlereq(
        return 0;
 }
 
-STATIC int
+int
 xfs_open_by_handle(
        xfs_mount_t             *mp,
        xfs_fsop_handlereq_t    *hreq,
@@ -355,7 +355,7 @@ do_readlink(
 }
 
 
-STATIC int
+int
 xfs_readlink_by_handle(
        xfs_mount_t             *mp,
        xfs_fsop_handlereq_t    *hreq,
@@ -651,7 +651,7 @@ xfs_attrmulti_by_handle(
        return -error;
 }
 
-STATIC int
+int
 xfs_ioc_space(
        struct xfs_inode        *ip,
        struct inode            *inode,