X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2F9p%2Fvfs_dentry.c;fp=fs%2F9p%2Fvfs_dentry.c;h=12c9cc926b71afc45f5722fbfa70fb7b0a44ad37;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=062daa6000ab55a33441b8bcac7aa4375727fe14;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/9p/vfs_dentry.c b/fs/9p/vfs_dentry.c index 062daa600..12c9cc926 100644 --- a/fs/9p/vfs_dentry.c +++ b/fs/9p/vfs_dentry.c @@ -7,8 +7,9 @@ * Copyright (C) 2002 by Ron Minnich * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 - * as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -50,7 +51,7 @@ * */ -static int v9fs_dentry_delete(struct dentry *dentry) +int v9fs_dentry_delete(struct dentry *dentry) { dprintk(DEBUG_VFS, " dentry: %s (%p)\n", dentry->d_iname, dentry); return 1;