lprops.c (273946a5c507ff5bce12349143470e8629bbe0a7) lprops.c (7c46d0ae29ba880963db283706950de7aa86c0a0)
1/*
2 * This file is part of UBIFS.
3 *
4 * Copyright (C) 2006-2008 Nokia Corporation.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published by
8 * the Free Software Foundation.

--- 987 unchanged lines hidden (view full) ---

996 err = 6;
997 goto out;
998 }
999 }
1000 }
1001out:
1002 if (err) {
1003 dbg_msg("failed cat %d hpos %d err %d", cat, i, err);
1/*
2 * This file is part of UBIFS.
3 *
4 * Copyright (C) 2006-2008 Nokia Corporation.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published by
8 * the Free Software Foundation.

--- 987 unchanged lines hidden (view full) ---

996 err = 6;
997 goto out;
998 }
999 }
1000 }
1001out:
1002 if (err) {
1003 dbg_msg("failed cat %d hpos %d err %d", cat, i, err);
1004 dbg_dump_stack();
1004 dump_stack();
1005 dbg_dump_heap(c, heap, cat);
1006 }
1007}
1008
1009/**
1010 * scan_check_cb - scan callback.
1011 * @c: the UBIFS file-system description object
1012 * @lp: LEB properties to scan

--- 307 unchanged lines hidden ---
1005 dbg_dump_heap(c, heap, cat);
1006 }
1007}
1008
1009/**
1010 * scan_check_cb - scan callback.
1011 * @c: the UBIFS file-system description object
1012 * @lp: LEB properties to scan

--- 307 unchanged lines hidden ---