Loading fs/file.c +2 −7 Original line number Diff line number Diff line Loading @@ -920,12 +920,7 @@ struct file *get_file_rcu(struct file __rcu **f) struct file __rcu *file; file = __get_file_rcu(f); if (unlikely(!file)) return NULL; if (unlikely(IS_ERR(file))) continue; if (!IS_ERR(file)) return file; } } Loading Loading
fs/file.c +2 −7 Original line number Diff line number Diff line Loading @@ -920,12 +920,7 @@ struct file *get_file_rcu(struct file __rcu **f) struct file __rcu *file; file = __get_file_rcu(f); if (unlikely(!file)) return NULL; if (unlikely(IS_ERR(file))) continue; if (!IS_ERR(file)) return file; } } Loading