From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Eric Biggers Subject: [PATCH v2 0/5] ubifs: switch to new fscrypt helper functions Date: Wed, 29 Nov 2017 12:43:12 -0800 Message-Id: <20171129204317.91205-1-ebiggers3@gmail.com> To: linux-mtd@lists.infradead.org, Richard Weinberger Cc: linux-fscrypt@vger.kernel.org, Artem Bityutskiy , Adrian Hunter , Eric Biggers List-ID: From: Eric Biggers This series switches ubifs to use the fscrypt helper functions for open/link/rename/lookup/setattr introduced in v4.15. These patches were originally sent in "[PATCH 00/25] fscrypt: add some higher-level helper functions". I've rebased them onto v4.15-rc1. Eric Biggers (5): ubifs: switch to fscrypt_file_open() ubifs: switch to fscrypt_prepare_link() ubifs: switch to fscrypt_prepare_rename() ubifs: switch to fscrypt_prepare_lookup() ubifs: switch to fscrypt_prepare_setattr() fs/ubifs/dir.c | 43 +++++++++++++------------------------------ fs/ubifs/file.c | 41 ++++------------------------------------- 2 files changed, 17 insertions(+), 67 deletions(-) -- 2.15.0.531.g2ccb3012c9-goog