X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffile_table.c;h=54018fe488403082ac5274e24a3fee9480fa0a16;hb=1bf8d6366435958b15a4091e7d4fdd1fa8ebc9e2;hp=b74a8e1da913c95033bc494e39c6c9f0ff87316d;hpb=90f959bcb386da2c71613dcefc6a285e054a539e;p=linux-2.6-omap-h63xx.git diff --git a/fs/file_table.c b/fs/file_table.c index b74a8e1da91..54018fe4884 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -169,7 +169,6 @@ struct file *alloc_file(struct vfsmount *mnt, struct dentry *dentry, fmode_t mode, const struct file_operations *fop) { struct file *file; - struct path; file = get_empty_filp(); if (!file)