mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 04:30:52 +07:00
[XFS] fix compilation without CONFIG_PROC_FS
SGI-PV: 984019 SGI-Modid: xfs-linux-melb:xfs-kern:31408a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Tim Shimmin <tes@sgi.com> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
parent
26cc002180
commit
766b0925c0
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user