[PATCH v2 50/92] hostfs: convert to ctime accessor functions

2023-07-05 Thread Jeff Layton
In later patches, we're going to change how the inode's ctime field is used. Switch to using accessor functions instead of raw accesses of inode->i_ctime. Signed-off-by: Jeff Layton --- fs/hostfs/hostfs_kern.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/hostfs/hostfs

Re: [f2fs-dev] [PATCH 01/30] block: also call ->open for incremental partition opens

2023-07-05 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jens Axboe : On Thu, 8 Jun 2023 13:02:29 +0200 you wrote: > For whole devices ->open is called for each open, but for partitions it > is only called on the first open of a partition, e.g.: > > open("/dev/vdb", ...) > open("/dev/vdb

[PATCH v4] um: vector: Fix exception handling in vector_eth_configure()

2023-07-05 Thread Minjie Du
The resource cleanup was incomplete in the implementation of the function "vector_eth_configure". Thus replace the jump target "out_undo_user_init" by "out_free_netdev". Delate the orphan function "out_undo_user_init" PATCH v1-v3: Modify the patch format. Signed-off-by: Minjie Du --- arch/um/d