]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/xfs/xfs_attr_leaf.c
xfs: kill the STATIC_INLINE macro
[mirror_ubuntu-zesty-kernel.git] / fs / xfs / xfs_attr_leaf.c
index afdc8911637d20c3f7f01ff4eb50ca832e27ab28..0b687351293febc2aecfc2282d84adb17ed2bde8 100644 (file)
@@ -98,7 +98,7 @@ STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);
  * If namespace bits don't match return 0.
  * If all match then return 1.
  */
-STATIC_INLINE int
+STATIC int
 xfs_attr_namesp_match(int arg_flags, int ondisk_flags)
 {
        return XFS_ATTR_NSP_ONDISK(ondisk_flags) == XFS_ATTR_NSP_ARGS_TO_ONDISK(arg_flags);