summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
author <jgarzik@pretzel.yyz.us>2005-05-28 04:08:07 +0200
committerJeff Garzik <jgarzik@pobox.com>2005-05-28 04:08:07 +0200
commit51a730d758ae4052e10ca7e06336f10af598c4fc (patch)
treeb76a004c00cd7139659be515ee03398e47067290 /fs/namei.c
parentAutomatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211 (diff)
parentAutomatic merge of /spare/repo/netdev-2.6 branch we18 (diff)
downloadlinux-51a730d758ae4052e10ca7e06336f10af598c4fc.tar.xz
linux-51a730d758ae4052e10ca7e06336f10af598c4fc.zip
Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211
Diffstat (limited to 'fs/namei.c')
-rw-r--r--fs/namei.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namei.c b/fs/namei.c
index defe6781e003..dd78f01b6de8 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -1580,6 +1580,7 @@ enoent:
fail:
return dentry;
}
+EXPORT_SYMBOL_GPL(lookup_create);
int vfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev)
{