login
Header Space

 
 

[2.6 patch] unexport get_empty_filp

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <viro@...>
Cc: <linux-fsdevel@...>
Date: Monday, April 21, 2008 - 4:47 am

This patch removes the no longer used export of get_empty_filp.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
dbe53f5338ef9710ecfa92adffa42af6ba48c40c diff --git a/fs/file_table.c b/fs/file_table.c
index 986ff4e..bded3ce 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -141,8 +141,6 @@ fail:
 	return NULL;
 }
 
-EXPORT_SYMBOL(get_empty_filp);
-
 /**
  * alloc_file - allocate and initialize a 'struct file'
  * @mnt: the vfsmount on which the file will reside

--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] unexport get_empty_filp, Adrian Bunk, (Mon Apr 21, 4:47 am)
Re: [2.6 patch] unexport get_empty_filp, Christoph Hellwig, (Mon Apr 21, 4:52 am)
speck-geostationary