search for: far_path_el

Displaying 1 result from an estimated 1 matches for "far_path_el".

2012 Nov 06
0
[ablock84-btrfs:btrfs-far 19/20] fs/far/far-path.c:42:2: error: implicit declaration of function 'IS_ERR'
...ock 2012-11-06 45 far_free(fp); 29aefeaa Alexander Block 2012-11-06 46 } 29aefeaa Alexander Block 2012-11-06 47 29aefeaa Alexander Block 2012-11-06 48 void far_path_reset(struct far_path *fp) 29aefeaa Alexander Block 2012-11-06 49 { 29aefeaa Alexander Block 2012-11-06 50 struct far_path_element *e, *tmp; 29aefeaa Alexander Block 2012-11-06 51 list_for_each_entry_safe(e, tmp, &fp->elements, list) { 29aefeaa Alexander Block 2012-11-06 52 far_free(e); 29aefeaa Alexander Block 2012-11-06 53 } 29aefeaa Alexander Block 2012-11-06 54 INIT_LIST_HEAD(&fp->elemen...