[PATCH 2/5] UBUNTU: Export put_filp()

Julian Andres Klode juliank at ubuntu.com
Tue Jan 29 20:49:07 UTC 2008


Export put_filp(), because it is used by the NFS functionality of aufs
---
 fs/file_table.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/file_table.c b/fs/file_table.c
index 664e3f2..10b9b27 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -302,6 +302,7 @@ void put_filp(struct file *file)
 		file_free(file);
 	}
 }
+EXPORT_SYMBOL(put_filp);
 
 void file_move(struct file *file, struct list_head *list)
 {
-- 
1.5.2.5





More information about the kernel-team mailing list