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