Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devtmpfs: Calling delete_path() only when necessary
The deleted variable is always 1 in current code. Initialize deleted variable to be 0, so delete_path() will be called only when necessary. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information