mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
gfs2: Remove unused GIF_FREE_VFS_INODE flag
Since commit 38552ff676 ("gfs2: Fix and clean up create / evict
interaction"), the GIF_FREE_VFS_INODE flag isn't used anymore.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Andrew Price <anprice@redhat.com>
This commit is contained in:
parent
8f5ae30d69
commit
60c6273131
|
|
@ -376,7 +376,6 @@ struct gfs2_glock {
|
|||
enum {
|
||||
GIF_QD_LOCKED = 1,
|
||||
GIF_SW_PAGED = 3,
|
||||
GIF_FREE_VFS_INODE = 5,
|
||||
GIF_GLOP_PENDING = 6,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user