commit | ac6a52eb65b5327859135269c9374bf2ff731c9f | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Tue May 08 09:27:21 2018 -0400 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu May 31 11:06:12 2018 +0200 |
tree | d9df845487315b3475d363f3c74ef37644d89c0a | |
parent | 80ea09a002bf4384fda5f087b1b198b3a274f9da [diff] |
ovl: Pass argument to ovl_get_inode() in a structure ovl_get_inode() right now has 5 parameters. Soon this patch series will add 2 more and suddenly argument list starts looking too long. Hence pass arguments to ovl_get_inode() in a structure and it looks little cleaner. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>