Project

General

Profile

Actions

Feature #24643

closed

libcephfs: add ceph_futimens support

Added by Patrick Donnelly almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
Client, libcephfs
Labels (FS):
task(easy)
Pull request ID:

Description

We have ceph_utime but that takes a path. We should provide a call for the file descriptor version too.

Actions #1

Updated by Patrick Donnelly almost 6 years ago

  • Tracker changed from Bug to Feature
Actions #2

Updated by Venky Shankar almost 6 years ago

  • Status changed from New to Fix Under Review
Actions #3

Updated by Jeff Layton almost 6 years ago

I don't think we need this at all. We have a ceph_fsetattrx call which is a superset of all the futimes/lutimes calls.

Actions #4

Updated by Patrick Donnelly almost 6 years ago

Jeff Layton wrote:

I don't think we need this at all. We have a ceph_fsetattrx call which is a superset of all the futimes/lutimes calls.

Well, now that you point that out, indeed it's already resolvable with ceph_fsetattrx. OTOH, if even I couldn't figure that out then probably most others can't either. I propose we go ahead and add it (especially since Venky already completed the PR).

Actions #5

Updated by Patrick Donnelly almost 6 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF