[lustre-devel] [PATCH 21/22] ext4: export ext4_orphan_add

James Simmons jsimmons at infradead.org
Sun Jul 21 18:23:50 PDT 2019


Signed-off-by: James Simmons <jsimmons at infradead.org>
---
 fs/ext4/namei.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
index 9b30cc6..6cb3f63 100644
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@ -3615,6 +3615,7 @@ int ext4_orphan_add(handle_t *handle, struct inode *inode)
 	ext4_std_error(sb, err);
 	return err;
 }
+EXPORT_SYMBOL(ext4_orphan_add);
 
 /*
  * ext4_orphan_del() removes an unlinked or truncated inode from the list
-- 
1.8.3.1



More information about the lustre-devel mailing list