Re: [PATCH RESEND] Documentation: filesystems: update filesystem locking documentation

2018-06-05 Thread Sean Anderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > Your mission, should you choose to accept it, shall be to locate > the old sig regarding the usual reaction to use of > Quoted-Printable... > > IOW, fix your mail setup. Applied, but. Not sure what you mean by "Quoted-Printable"... Is PGP/MIME

[PATCH RESEND] Documentation: filesystems: update filesystem locking documentation

2018-05-23 Thread Sean Anderson
Documentation/filesystems/Locking no longer reflects current locking semantics. i_mutex is no longer used for locking, and has been superseded by i_rwsem. Additionally, ->iterate_shared() was not documented. Signed-off-by: Sean Anderson <sean...@gmail.com> Reviewed-by: Jeff Lay

[PATCH v2] Documentation: filesystems: update filesystem locking documentation

2017-08-01 Thread Sean Anderson
Documentation/filesystems/Locking no longer reflects current locking semantics. i_mutex is no longer used for locking, and has been superseded by i_rwsem. Additionally, ->iterate_shared() was not documented. Signed-off-by: Sean Anderson <sean...@gmail.com> --- v2: changed 'yes's to 'ex

[PATCH] Documentation: filesystems: update filesystem locking documentation

2017-07-31 Thread Sean Anderson
Documentation/filesystems/Locking no longer reflects current locking semantics. i_mutex is no longer used for locking, and has been superseded by i_rwsem. Additionally, ->iterate_shared() was not documented. Signed-off-by: Sean Anderson <sean...@gmail.com> --- Documentation/filesystem