orphan.c (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | orphan.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. --- 145 unchanged lines hidden (view full) --- 154 spin_unlock(&c->orphan_lock); 155 kfree(o); 156 dbg_gen("inum %lu", (unsigned long)inum); 157 return; 158 } 159 } 160 spin_unlock(&c->orphan_lock); 161 dbg_err("missing orphan ino %lu", (unsigned long)inum); | 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. --- 145 unchanged lines hidden (view full) --- 154 spin_unlock(&c->orphan_lock); 155 kfree(o); 156 dbg_gen("inum %lu", (unsigned long)inum); 157 return; 158 } 159 } 160 spin_unlock(&c->orphan_lock); 161 dbg_err("missing orphan ino %lu", (unsigned long)inum); |
162 dbg_dump_stack(); | 162 dump_stack(); |
163} 164 165/** 166 * ubifs_orphan_start_commit - start commit of orphans. 167 * @c: UBIFS file-system description object 168 * 169 * Start commit of orphans. 170 */ --- 802 unchanged lines hidden --- | 163} 164 165/** 166 * ubifs_orphan_start_commit - start commit of orphans. 167 * @c: UBIFS file-system description object 168 * 169 * Start commit of orphans. 170 */ --- 802 unchanged lines hidden --- |