diff options
author | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2023-09-25 09:47:07 +0200 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2023-09-28 14:04:01 +0200 |
commit | f684073c09fd4658faa0a75c12b65d89a58b8e83 (patch) | |
tree | c77b3d8119b88bb7c8fbfbdf72b06f8b893a5407 /fs/ntfs3/attrib.c | |
parent | fs/ntfs3: Fix alternative boot searching (diff) | |
download | linux-f684073c09fd4658faa0a75c12b65d89a58b8e83.tar.xz linux-f684073c09fd4658faa0a75c12b65d89a58b8e83.zip |
fs/ntfs3: Refactoring and comments
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/attrib.c')
-rw-r--r-- | fs/ntfs3/attrib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ntfs3/attrib.c b/fs/ntfs3/attrib.c index a9d82bbb4729..e16487764282 100644 --- a/fs/ntfs3/attrib.c +++ b/fs/ntfs3/attrib.c @@ -1106,10 +1106,10 @@ repack: } } - /* + /* * The code below may require additional cluster (to extend attribute list) - * and / or one MFT record - * It is too complex to undo operations if -ENOSPC occurs deep inside + * and / or one MFT record + * It is too complex to undo operations if -ENOSPC occurs deep inside * in 'ni_insert_nonresident'. * Return in advance -ENOSPC here if there are no free cluster and no free MFT. */ |