X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.c;h=4e679bf2cf97efabcfcc6eddfaa81c36c748238c;hp=89fb2a9bbac589f10c1c058312b02db4ccc205f5;hb=6076b3bffffb8c1b26b41674cd9e6c5b7eeb1293;hpb=cf8d2bb0a58d7d0c5518d30334929fb576d8f957 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);