X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Fubifs%2Ftnc.c;h=e20cedda575dd27de30e7ce91ff47db3f7b6cd16;hb=7a919df564980595e861155ae48691045b54258a;hp=eda50705574d9c063bb14d77d427e1ff33631973;hpb=5ddc329341a9a143f0567494e5f874008b22e1a7;p=karo-tx-uboot.git diff --git a/fs/ubifs/tnc.c b/fs/ubifs/tnc.c index eda5070557..e20cedda57 100644 --- a/fs/ubifs/tnc.c +++ b/fs/ubifs/tnc.c @@ -19,7 +19,6 @@ * the mutex locked. */ -#define __UBOOT__ #ifndef __UBOOT__ #include #include @@ -2828,7 +2827,6 @@ out_unlock: return ERR_PTR(err); } -#ifndef __UBOOT__ /** * tnc_destroy_cnext - destroy left-over obsolete znodes from a failed commit. * @c: UBIFS file-system description object @@ -2870,7 +2868,6 @@ void ubifs_tnc_close(struct ubifs_info *c) kfree(c->ilebs); destroy_old_idx(c); } -#endif /** * left_znode - get the znode to the left.