[PATCH] UBUNTU: Add put_filp.patch from AUFS to export a symbol needed by AUFS

Michael Haas laga+ml at laga.ath.cx
Mon Sep 22 22:34:59 UTC 2008


From: root <root at moar.(none)>

Signed-off-by: Michael Haas <laga at laga.ath.cx>
---
 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 f45a449..6422447 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -347,6 +347,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.6.3





More information about the kernel-team mailing list