X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_guts.c;h=4e679bf2cf97efabcfcc6eddfaa81c36c748238c;hb=03e4ccdbfa08eb7f504d36732727b2fda4352a3e;hp=89fb2a9bbac589f10c1c058312b02db4ccc205f5;hpb=cf8d2bb0a58d7d0c5518d30334929fb576d8f957;p=yaffs2.git diff --git a/yaffs_guts.c b/yaffs_guts.c index 89fb2a9..4e679bf 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -4080,7 +4080,7 @@ static int yaffs_unlink_worker(struct yaffs_obj *obj) } } -static int yaffs_unlink_obj(struct yaffs_obj *obj) +int yaffs_unlink_obj(struct yaffs_obj *obj) { if (obj && obj->unlink_allowed) return yaffs_unlink_worker(obj);