commit | aad50b1e06081de0e4ff25335ab6f52e58bfcef1 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Tue Mar 03 23:41:52 2015 +0100 |
committer | Richard Weinberger <richard@nod.at> | Thu Mar 26 23:27:49 2015 +0100 |
tree | 66773b2796b62f1204147b551e4d6356d3cf4765 | |
parent | 41761ddfaecb30e1f0ecac4ce568e3e641d10bec [diff] |
hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw() hostfs' __dentry_name() relies on the fact that dentry_path_raw() will place the path name at the end of the provided buffer. While this is okay, add a BUG_ON() to detect behavior changes as soon as possible. Signed-off-by: Richard Weinberger <richard@nod.at>