Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 766b0925 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Niv Sardi
Browse files

[XFS] fix compilation without CONFIG_PROC_FS



SGI-PV: 984019

SGI-Modid: xfs-linux-melb:xfs-kern:31408a

Signed-off-by: default avatarChristoph Hellwig <hch@infradead.org>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent 26cc0021
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -146,11 +146,12 @@ extern void xfs_cleanup_procfs(void);

static inline int xfs_init_procfs(void)
{
	return 0
};
	return 0;
}

static inline void xfs_cleanup_procfs(void)
{
};
}

#endif	/* !CONFIG_PROC_FS */