<div dir="ltr"><div>Hello,</div><div><br></div><div>I&#39;m working on some linux kernel driver stuff and I have a fake path called /dev/blah/whatever that points to /dev/block/real_device.</div><div><br></div><div>The issue is that lookup_bdev will fail to follow the symlink so I&#39;d like to massage the path upfront by getting the real path (/dev/block/real_device) so I can hand that off to lookup_bdev so it returns successfully instead of an error.<br></div><div><br></div><div>Or any other kernel call that would correctly retrieve the block_device information given the initial path which is a symlink.</div><div><br></div><div>Note: I saw that the tomoyo module has something like that but I was looking for the generic implementation of the kernel if one exists.</div><div><br></div><div>Thanks</div><div><br></div><div>David</div><div><br></div></div>