Skip to content
Commit 470cca56 authored by Jan Kara's avatar Jan Kara
Browse files

udf: Set i_generation field



Currently UDF doesn't initialize i_generation in any way and thus NFS
can easily get reallocated inodes from stale file handles. Luckily UDF
already has a unique object identifier associated with each inode -
i_unique. Use that for initialization of i_generation.

Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 4071b913
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment