Re: [PATCH v3 1/6] fs: ima: Remove S_IMA and IS_IMA()

2025-01-31 Thread Mimi Zohar
On Wed, 2025-01-22 at 18:24 +0100, Roberto Sassu wrote: > From: Roberto Sassu > > Commit 196f518128d2e ("IMA: explicit IMA i_flag to remove global lock on > inode_delete") introduced the new S_IMA inode flag to determine whether or > not an inode was processed by IMA. In that way, it was not nece

[PATCH v3 1/6] fs: ima: Remove S_IMA and IS_IMA()

2025-01-22 Thread Roberto Sassu
From: Roberto Sassu Commit 196f518128d2e ("IMA: explicit IMA i_flag to remove global lock on inode_delete") introduced the new S_IMA inode flag to determine whether or not an inode was processed by IMA. In that way, it was not necessary to take the global lock on inode delete. Since commit 4de2f