Skip to content
Commit d3a84a8d authored by Max Staudt's avatar Max Staudt Committed by David Sterba
Browse files

affs: fix basic permission bits to actually work



The basic permission bits (protection bits in AmigaOS) have been broken
in Linux' AFFS - it would only set bits, but never delete them.
Also, contrary to the documentation, the Archived bit was not handled.

Let's fix this for good, and set the bits such that Linux and classic
AmigaOS can coexist in the most peaceful manner.

Also, update the documentation to represent the current state of things.

Fixes: 1da177e4 ("Linux-2.6.12-rc2")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarMax Staudt <max@enpas.org>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent f75aef39
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment