|
@@ -288,7 +288,7 @@ static int finish_unfinished(struct super_block *s)
|
|
pathrelse(&path);
|
|
pathrelse(&path);
|
|
|
|
|
|
inode = reiserfs_iget(s, &obj_key);
|
|
inode = reiserfs_iget(s, &obj_key);
|
|
- if (!inode) {
|
|
|
|
|
|
+ if (IS_ERR_OR_NULL(inode)) {
|
|
/*
|
|
/*
|
|
* the unlink almost completed, it just did not
|
|
* the unlink almost completed, it just did not
|
|
* manage to remove "save" link and release objectid
|
|
* manage to remove "save" link and release objectid
|