projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
587f533
)
Unionfs: use new kmem_cache_create constructor prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 04:29:50 +0000
(
00:29
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 30 Mar 2011 23:31:41 +0000
(19:31 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/super.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/super.c
b/fs/unionfs/super.c
index 1f4b3f448b5c2a9bfc4fa3fa3908ea47e88fe5a2..e774ef3dd078250d742f8f8996e869779b37bbdc 100644
(file)
--- a/
fs/unionfs/super.c
+++ b/
fs/unionfs/super.c
@@
-900,7
+900,7
@@
static void unionfs_destroy_inode(struct inode *inode)
}
/* unionfs inode cache constructor */
-static void init_once(
struct kmem_cache *cachep,
void *obj)
+static void init_once(void *obj)
{
struct unionfs_inode_info *i = obj;