David Rientjes <rientjes@xxxxxxxxxx> wrote: > I would have expected to see down_read_killable() actually used somewhere > after its implementation as part of this patchset. There are some places we should be using down_{read|write}_interruptible(), if it existed, dressed as inode_lock{,_shared}_interruptible(). David