diff options
author | 2018-09-24 15:16:55 -0700 | |
---|---|---|
committer | 2018-10-15 17:23:35 +0200 | |
commit | 4779cc04248deff676c56ff9f3b2c679388a7d5e (patch) | |
tree | 743d3a6294bdeade18da552b8343051976ac5777 /fs/btrfs/tree-checker.c | |
parent | Btrfs: don't clean dirty pages during buffered writes (diff) | |
download | wireguard-linux-4779cc04248deff676c56ff9f3b2c679388a7d5e.tar.xz wireguard-linux-4779cc04248deff676c56ff9f3b2c679388a7d5e.zip |
Btrfs: get rid of btrfs_symlink_aops
The only aops we define for symlinks are identical to the aops for
regular files. This has been the case since symlink support was added in
commit 2b8d99a723a3 ("Btrfs: symlinks and hard links"). As far as I can
tell, there wasn't a good reason to have separate aops then, and there
isn't now, so let's just do what most other filesystems do and reuse the
same structure.
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions